Fix Garmin debugging for "funny" characters. Isalnum() prints single byte characters...
authorRobert Lipe <robertlipe@gpsbabel.org>
Thu, 1 Aug 2019 00:06:16 +0000 (19:06 -0500)
committerRobert Lipe <robertlipe@gpsbabel.org>
Thu, 1 Aug 2019 00:06:16 +0000 (19:06 -0500)
commita87818418051794363dcf25b3f815d3a685ed3c8
tree49e2681b8d885db4b212ec9c35016cd00aaaecf8
parent14108999a53d1e870dadc63743c0c28a3f796735
Fix Garmin debugging for "funny" characters. Isalnum() prints single byte characters that aren't ASCII, making funny business in iTerm. Yes, all those should be refactored into a single "print buffer".
jeeps/gpsapp.cc
jeeps/gpsread.cc
jeeps/gpssend.cc
jeeps/gpsusbcommon.cc